home *** CD-ROM | disk | FTP | other *** search
/ Hello Kitty Seven Gifts - Easy Crafts With Mom / Hello Kitty Seven Gifts - Easy Crafts with Mom.ISO / DATA / MF / FVM0.DIR / 00036.ls < prev    next >
Encoding:
Text File  |  1995-04-26  |  230 b   |  12 lines

  1. on mouseDown
  2.   global rootPath, printDoc
  3.   sound stop 1
  4.   sound stop 2
  5.   set spn to the clickOn
  6.   set cn1 to the castNum of sprite spn
  7.   set cn2 to cn1 + 1
  8.   if BtnPush(spn, cn1, cn2) = 1 then
  9.     go(label("s1") - 1)
  10.   end if
  11. end
  12.